Add OAuthConsent and useOAuthConsent docs#3315
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@wobsoriano have submitted a docs review with some minor changes:
Let me know what you think, and left some comments too! |
Thank you @wobsoriano! Have approved now - whenever everything is released and ready, feel free to remove the "do not merge" label and merge this PR. |
Co-authored-by: Sarah Soutoul <sarah@clerk.dev>
|
This PR modifies files in the 'clerk-typedoc/' folder. These files are auto-generated from the clerk/javascript repository and should not be edited directly. To make changes to TypeDoc documentation:
Thanks for contributing! 🙏 |
ec8d2fe to
3a65694
Compare
Currently the link to `OAuthApplicationNamespace` at https://clerk.com/docs/js-frontend/reference/objects/clerk#oauthapplication routes to a 404 In conjunction with the pending docs PR: clerk/clerk-docs#3315 This will fix that link to point at the new page at `reference/types/oauth-application`
…returned redirectDomain
|
@jfoshee @wobsoriano have pushed a final docs review that should be self explanatory. Feel free to remove the "do not merge" label and merge when ready! I'll take care of the sibling Typedoc PR: #3456 |
Waiting on
🔎 Previews:
What does this solve? What changed?
We will now allow C1s to configure a custom OAuth consent page where they can use a custom hook, or the new drop-in
<OAuthConsent />componentDeadline
Other resources
useOAuthConsent()hook: feat(shared,nextjs,react): IntroduceuseOAuthConsenthook javascript#8286OAuthApplicationobject: feat(js): add clerk.oauthApplication.getConsentInfo javascript#8275<OAuthConsent />component: feat(ui,react): Introduce OAuthConsent component javascript#8289